home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / front.lha / front / m2c / Limits.c < prev    next >
C/C++ Source or Header  |  1992-08-18  |  206b  |  20 lines

  1. #include "SYSTEM_.h"
  2.  
  3. #ifndef DEFINITION_Limits
  4. #include "Limits.h"
  5. #endif
  6.  
  7.  
  8.  
  9.  
  10. void BEGIN_Limits()
  11. {
  12.   static BOOLEAN has_been_called = FALSE;
  13.  
  14.   if (!has_been_called) {
  15.     has_been_called = TRUE;
  16.  
  17.  
  18.   }
  19. }
  20.